home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6405.txt < prev    next >
Text File  |  1996-08-30  |  1KB  |  23 lines

  1. The Exponential distribution
  2.  
  3. The Exponential distribution is a distribution concentrated on the set of positive numbers. The distribution is particularly well suited to model uncertainty of quantities being a minimum of many 窶忖nderlying窶 variables. The Exponential distribution is often used to model uncertainty about variables representing duration. Especially it is popular as a lifetime distribution in reliability applications.
  4.  
  5. In the Exponential distribution the key numbers, 窶彗窶, 窶彙窶 and 窶彡窶 are interpreted as follows:
  6.  
  7.     窶彗窶    =    The 10%-fractile.
  8.     窶彙窶    =    The 50%-fractile.
  9.     窶彡窶    =    The 90%-fractile.
  10.  
  11. To get a sensible distribution, the specified values must satisfy:
  12.  
  13.    0 < 窶彗窶  <  窶彙窶  <  窶彡窶
  14.  
  15. DynRisk will adjust the numbers further to make the fractiles fit the fractiles of an exponential distribution.
  16.  
  17. In many applications it is more usual to specify Exponential distribution by specifying the 窶徼ransition rate窶 of the distribution. (In reliability applications the transition rate is usually called the 窶彷ailure rate窶.) To specify an Exponential distribution with transition rate say L, you can calculate the corresponding key numbers using the following:
  18.  
  19.   窶彗窶  =  -ln(0.9)/L
  20.  
  21.   窶彙窶  =  -ln(0.5)/L
  22.  
  23.   窶彡窶  =  -ln(0.1)/L